home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / ftp4w24b.zip / sample / resource.h < prev   
C/C++ Source or Header  |  1995-11-16  |  2KB  |  51 lines

  1. /* ----------------------------------------- */
  2. /*          r e s o u r c e . h              */
  3. /* ----------------------------------------- */
  4.  
  5. #define CW_ABORT                        4
  6.  
  7. /* connect sub-menu */
  8. #define CW_CONNECT                      100
  9. #define CW_DISCONNECT                   110
  10. #define CW_QUIT                         120
  11. #define CW_ABOUT                        130
  12.  
  13. /* File transfer Menu */
  14. #define CW_RECV                         200
  15. #define CW_SEND                         210
  16. #define CW_APPEND                       220
  17. #define CW_RCVAPPEND                    230
  18. #define CW_RCVRESTART                   240
  19.  
  20.  
  21. /* Misc sub-menu */
  22. #define CW_LONGDIR                      300
  23. #define CW_SHORTDIR                     310
  24. #define CW_LONGDIR_LL                   320
  25. #define CW_SHORTDIR_LL                  330
  26. #define CW_CWD                          340
  27. #define CW_MKD                          350
  28. #define CW_RMD                          360
  29. #define CW_PWD                          370
  30. #define CW_CDUP                         380
  31. #define CW_DELETE                       390
  32. #define CW_RENAME                       400
  33. #define CW_FLUSH                        410
  34. #define CW_QUOTE                        420
  35. #define CW_SYST                         430
  36.                                         
  37. /* options sub-menu */
  38. #define CW_SETVERB                      500
  39. #define CW_SYNC                         510
  40. #define CW_GAUGE                        520
  41. #define CW_BINARY                       530
  42. #define CW_PASSIVE                      540
  43. #define CW_EDITINI                      550
  44. #define CW_LOG                          560
  45.  
  46. #define CW_MENU                         900
  47. #define CW                              999
  48.  
  49.  
  50. #define IDC_QUOTECMD                    1000
  51.